<name>Chariklo</name>
<profession>Centaur Queen</profession>
<faction>Centaurs</faction>
<dialogue>
  <greeting>
    <reply>
      <if><level>25></level></if>
      <text>Welcome, travellers. I see that you have come far in this world, yet more there may be for you to do.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Welcome, travellers. You are questing, are you not?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Yes, your majesty, we have errands to run and tasks to perform.</text>
      <npc>
        <reply>
          <text>I thought it was so. Take heed that both magic and might run strong in this world, and there are those that have the power to bend others to their will.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>What can you tell us about questing?</text>
      <npc>
        <reply>
          <text>By taking up a quest, you set out not just to gain experience and reward, but to change the world. You may find yourselves holding this world's delicate balance in your hands, someday when you least expect it.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We are grateful for you wise words, your majesty.</text>
      <npc>
        <reply>
          <return>exit</return>
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>